home *** CD-ROM | disk | FTP | other *** search
/ Anime Robot / Anime Robot.iso / pc / DATA / START.dxr / 00025_on-off filmato .ls < prev    next >
Encoding:
Text File  |  1998-11-13  |  214 b   |  11 lines

  1. on mouseUp me
  2.   global testo
  3.   set s to the spriteNum of me
  4.   if the movieRate of sprite s = 1 then
  5.     set the movieRate of sprite s to 0
  6.   else
  7.     set the movieRate of sprite s to 1
  8.   end if
  9.   updateStage()
  10. end
  11.